home *** CD-ROM | disk | FTP | other *** search
/ TEKNO Games 1999 February / TEKNO GAMES 2-1999 CD2.iso / tekno.exe / 0 / RCDATA / THDLISTEFORM / THDLISTEFORM.txt
Text File  |  1998-10-07  |  529b  |  26 lines

  1. object HDlisteForm: THDlisteForm
  2.   Left = 392
  3.   Top = 244
  4.   BorderStyle = bsNone
  5.   Caption = 'HD-liste'
  6.   ClientHeight = 150
  7.   ClientWidth = 350
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnClose = FormClose
  14.   OnPaint = FormPaint
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ThreadedTimer1: TThreadedTimer
  18.     Enabled = False
  19.     Interval = 2000
  20.     OnTimer = ThreadedTimer1Timer
  21.     ThreadPriority = tpNormal
  22.     Left = 4
  23.     Top = 8
  24.   end
  25. end
  26.